Component 
Logical Entity Name  Component 
Default Table Name  Component 
Physical Only  NO 
Definition 
 
Note 
 

Component Columns 
ColumnName  Domain  Datatype  NULL  Definition 
Id(PK)    int  NO 
 
ComponentIdentifier    uniqueidentifier  NO 
 
Name    nvarchar(255)  NO 
 
Template    nvarchar(max)  NO 
 
Bindings    nvarchar(max)  YES 
 
DateAdded    datetime  NO 
 
DateLstMod    datetime  NO 
 
UserId    int  NO 
 
ts    timestamp  NO 
 

Component Primary and Unique Keys 
Key Name  Key Type  Keys 
PK_Component  PrimaryKey  Id 

Component Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Not For Replication 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Not For Replication 
WorkspaceComponent  Non-Identifying  One To Zero or More  FK_WorkspaceComponent_ComponentId_Component_Id        NO  YES 

Component Check Constraints 
Check Constraint Name  CheckConstraint